home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.2 Development Libraries
/
SGI IRIX 6.2 Development Libraries.iso
/
dist
/
complib.idb
/
usr
/
share
/
catman
/
p_man
/
cat3
/
complib
/
dlasq4.z
/
dlasq4
Wrap
Text File
|
1996-03-14
|
1KB
|
67 lines
DDDDLLLLAAAASSSSQQQQ4444((((3333FFFF)))) DDDDLLLLAAAASSSSQQQQ4444((((3333FFFF))))
NNNNAAAAMMMMEEEE
DLASQ4 - DLASQ4 estimates TAU, the smallest eigenvalue of a matrix
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
SUBROUTINE DLASQ4( N, Q, E, TAU, SUP )
INTEGER N
DOUBLE PRECISION SUP, TAU
DOUBLE PRECISION E( * ), Q( * )
PPPPUUUURRRRPPPPOOOOSSSSEEEE
DLASQ4 estimates TAU, the smallest eigenvalue of a matrix. This
routine improves the input value of SUP which is an upper bound
for the smallest eigenvalue for this matrix .
AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
N (input) INTEGER
On entry, N specifies the number of rows and columns in the
matrix. N must be at least 0.
Q (input) DOUBLE PRECISION array, dimension (N)
Q array
E (input) DOUBLE PRECISION array, dimension (N)
E array
TAU (output) DOUBLE PRECISION
Estimate of the shift
SUP (input/output) DOUBLE PRECISION
Upper bound for the smallest singular value
PPPPaaaaggggeeee 1111